home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000409_flyingboz@hotmail.com_Tue Nov 11 14:22:23 2003.msg < prev    next >
Internet Message Format  |  2003-11-18  |  1KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.berkeley.edu!ucberkeley!priapus.visi.com!news-out.visi.com!petbe.visi.com!newsfeed.news2me.com!cyclone1.gnilink.net!cyclone.southeast.rr.com!news-post.tampabay.rr.com!twister.southeast.rr.com.POSTED!53ab2750!not-for-mail
  2. From: "x@y.org" <flyingboz@hotmail.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: BBS Script "Gets ahead of itself"
  5. Lines: 18
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
  9. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
  10. Message-ID: <5casb.80068$v82.4551802@twister.southeast.rr.com>
  11. Date: Tue, 11 Nov 2003 18:50:41 GMT
  12. NNTP-Posting-Host: 24.199.148.221
  13. X-Complaints-To: abuse@rr.com
  14. X-Trace: twister.southeast.rr.com 1068576641 24.199.148.221 (Tue, 11 Nov 2003 13:50:41 EST)
  15. NNTP-Posting-Date: Tue, 11 Nov 2003 13:50:41 EST
  16. Organization: Road Runner - NC
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14665
  18.  
  19. Still a relatively new kermit script writer, am automating a BBS logon we
  20. must do daily,
  21. where I send (output) my login info and then make a request of the BBS, i.e.
  22.  
  23. lineout $$REQ DOWNLOAD OUR_FILES PARAM1 PARAM2 PARAM3
  24.  
  25. I have kermit set up to autodownload the files, which are available via
  26. ZMODEM.
  27.  
  28. How do I set up my script such that it does not "run ahead" and post-process
  29. the files
  30. before all of them are downloaded?
  31.  
  32. Thanks for any suggestions.
  33.  
  34. -BoZ
  35.  
  36.  
  37.